home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / mewin10s.zip / MSWRID.H < prev    next >
Text File  |  1992-01-16  |  2KB  |  53 lines

  1. /* This file provides ID definitions for the resource scripts
  2.    for support of operation under the Microsoft Windows environment on
  3.    an IBM-PC or compatible computer.
  4.  
  5.    Must be compiled with the Resource Compiler or Borland C++ 2.0
  6.  
  7.    It should not be compiled if the WINDOW_MSWIN symbol is not set */
  8.  
  9. /* system menus extra items */
  10. #define SC_OPTIMIZE     0x1000
  11.    
  12. /* ABOUT dialog box control IDs */
  13. #define ID_PROGVER      200
  14. #define ID_MOREABOUT    205
  15. #define ID_ABOUTBAR     206
  16.  
  17. /* FILENAME dialog box control IDs */
  18. #define ID_FILENAME     210
  19. #define ID_PATH         215
  20. #define ID_FILES        220
  21. #define ID_DIRECTORIES  225
  22.  
  23. /* MODES dialog box control IDs */
  24. #define ID_WRAP         281
  25. #define ID_CMODE        282
  26. #define ID_SPELL        283     /* not implemented yet */
  27. #define ID_EXACT        284
  28. #define ID_VIEW         285
  29. #define ID_OVER         286
  30. #define ID_REP          287
  31. #define ID_MAGIC        288
  32. #define ID_CRYPT        289
  33. #define ID_ASAVE        290
  34.  
  35. /* FONTS dialog box control IDs */
  36. #define ID_FONT         300
  37. #define ID_FONTSIZE     320
  38. #define ID_BOLD         331
  39. #define ID_ANSI         341
  40. #define ID_1ST_CHARSET  ID_ANSI
  41. #define ID_OEM          342
  42. #define ID_LAST_CHARSET ID_OEM
  43. #define ID_MAXCOLUMNS   351
  44. #define ID_MAXROWS      352
  45. #define ID_SAMPLE       361
  46. #define ID_SAVEFONT     370
  47.  
  48. /* MLHIST dialog box control IDs */
  49. #define ID_HIST         390
  50.  
  51. /* menu codes (the bulk of them is in mswmenu.h) */
  52. #define IDM_FIRSTCHILD    0xE000    /* for MDI window control list */
  53.